home *** CD-ROM | disk | FTP | other *** search
/ Canadian Geographic Explorer / Canadian Geographic Explorer.iso / pc / riddler.dxr / 00036_looper script for key assignment.ls < prev    next >
Encoding:
Text File  |  1996-10-03  |  205 b   |  16 lines

  1. on exitFrame
  2.   go(marker(0))
  3. end
  4.  
  5. on keyDown
  6.   global gVoiceChannel
  7.   sound stop gVoiceChannel
  8.   go("Start Game")
  9. end
  10.  
  11. on mouseDown
  12.   global gVoiceChannel
  13.   sound stop gVoiceChannel
  14.   go("Start Game")
  15. end
  16.